Skip to main content

2.2.3. Response

fieldDescriptiontype
statussuccess " | " error
messageerror text , optionalstring
dataarray

data array​

ParameterDescriptiontypeIs it Mandatory to complete the field?
document_idfiscal document IDstring
document_numberfiscal document numberstring
fiscal_urllink to the document on the OFD websitestring
printDatagraphic image of a receiptjpeg, base64

Code:​

{
"status": "success" | "error",
"message": "string, error text, optional",
"data": {
"document_id": "string, fiscal document ID",
"document_number": "string, fiscal document number",
"fiscal_url": "string, link to the document on the FDO website",
"printData": "string, graphical representation of the receipt, jpeg, base64"
}
}